*{
    font-family: 'Open Sans';
    color: #063C64;
}
body{
    margin: 0;
    padding: 0;
}

::selection {
    background: #71c3f0;
}

::-moz-selection {
    background: #71c3f0;
}

/* :::::::::::: SCROLL ::::::::::::::: */

::-webkit-scrollbar {
    width: 5px;
    height: 2.5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: var(--BID_COLOR);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: var(--BID_COLOR);
}

p{
    text-align: center;
    font-size: 18.5px;
}
h1{
    margin-left: 0.5em;
    margin-right: 0.5em;
}

table{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: auto;
    padding: 0;
}
tr{
    box-sizing: border-box;
}
td{
    box-sizing: border-box;
    height: 20px;
    /* width: 50px; */
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    border: 1px solid #ffffff;
    /* background: #889CAE; */
    /* color: #fff; */
    /* background: #113a5d; */
}

.highlight-aqua{
    background-color: antiquewhite; font-weight: bold;
}

.bar{
    background: linear-gradient(to left,#063C64,#D7F2FF);
    width: 18em;
    height: 30px;
    border-radius: 5px;
}


/* .map-popup{
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 999;
} */

.map-popup{
    /* display: none; */
    position: fixed;
    font-family: 'Open Sans';
    font-weight: 900;
    background: #ffffff;
    border-radius: 10px;
    /* width: 200px;
    height: 100px; */
    box-shadow: 2px 2px 5px #333333;
    /* white-space: nowrap; */
    z-index: 10;
}
.map-popup div{
    margin: 1em;
    display: flex;
    align-items: center;
}
.map-popup p{
    margin: 0 0.5em;
    padding: 0;
    text-align: center;
}
.map-popup img{
    height: 30px;
    width: auto;
    margin: 0;
}


.hub-header{
    height: 400px;
}

.hub-header h1{
    font-size: 60px;
}


.pie-bar{
    width: 95%;
    display: flex;
    margin: 0 auto;
}
.pie{
    width: 49%;
}
.panel-box{
    background: #EEF5FA;
    border-radius: 10px;
    width: 95%;
    margin: 0 auto;
    box-shadow: 7px 7px 1px #F7F7F7;
}
.panel-box-container{
    width: 100%;
    margin: 0 auto;
}

.box-chart{
    width: 48%;
    display: flex;
    align-items: center;
}
.box-chart-2{
    width: 60%;
}


.bar-chart-1{
    width: 49%;
}
.bar-char-2{
    width: 48%;
}
.bar-char-3{
    width: 35%;
}
.bar-box{
    display: flex;
    width: 90%;
    margin: 0 auto;
    align-items: center;
}
.bar-box-2{
    width: 60%;
    display: flex;
    align-items: center;
}

.div-map{
    width: 45%;
    margin: 0 auto;
}

.fiscal-rules-legends{
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
}

.header-1-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.main-logo{
    height: 60px;
    margin: 0 4em;
}
.main-commands{
    display: flex;
    align-items: center;
    margin: 0 4em;
    flex-wrap: wrap;
}
.main-commands img{
    width: 60px;
}
.main-commands p{
    margin: 0 2em;
    font-size: 23; font-weight: bold; text-transform: uppercase;
}

.popup-1-container{
    width: 70%;
    height: auto;
    max-height: 95%;
}

.wrapper{
    margin: 0;
    padding: 0;
}

/* ************************************* */
.selected{
    background: white;
}
.selected::before{
    content: "";
    position: relative;
    /* top: 0; */
    bottom: -200px;
    right: 129px;
    background: transparent;
    width: 70px;
    height:30px;
    border-bottom-right-radius: 100%;

    box-shadow: 10px 10px 0 white;

}
.selected::after{
    content: "";
    position: relative;
    /* top: 28px; */
    bottom: -13px;
    right: -130px;
    background: transparent;
    width: 70px;
    height:30px;
    border-bottom-left-radius: 100%;

    box-shadow: -10px 10px 0 white;

}
.blocked {
    position: relative;
    cursor: default;
}
.blocked p{
    color: #ACACAC
}


.selectRule{
    width: 200px; height: 240px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center; justify-content: center;
    border-top-left-radius: 30px; border-top-right-radius: 30px;
    cursor: pointer;
}

.tracker-input{
    border: none;
    border-bottom: 1px solid #303950;
    padding: 10px 0;
}
.tracker-input:focus{
    outline: none;
}
.tracker-button{
    border-radius: 20px;
    border: none;
    padding: 15px;
    cursor: pointer;
}
.tracker-button p{
    margin: 0;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 18px; font-weight: 800;
}
.update-input{
    width: auto;
    text-align: center;
    border: none;
    border-bottom: 1px solid #b1b1b1;
    max-width: 120px;
    padding-bottom: 3px;
}
.update-input:focus{
    outline: none;
    border: 1px solid #71c3f0;
}

/* Posiciona el contenedor del tooltip - Posiciona el tooltip */



.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    width: 260px;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 5px;

    /* Posición del tooltip */
    position: absolute;
    z-index: 100;
    /*top: 125%; /* Coloca el tooltip encima del texto */
    bottom: -210%;
    left: 200%; /* Centra el tooltip */
    margin-left: -60px; /* Desplaza el tooltip hacia la izquierda por la mitad de su ancho */

    /* Efecto Fade-in */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-text p{
    color: #ffffff;
    font-size: 13px;
    font-weight:200;
    line-height: normal;
}

#chart-responsive{
    display: none;
}
.dataset-banner{
    display: flex;
    flex-direction: row;
    padding-bottom: 2rem;
}


div.apexcharts-legend.apx-legend-position-right {
    align-items: end;
  }

@media screen and (max-width: 600px){
    .main-title{
        font-size: 30px;
    }
}

@media screen and (min-width: 1700px){
    .wrapper{
        max-width: 1700px;
        margin: auto;
    }
}

@media screen and (max-width: 600px){
    .dataset-banner{
        display: flex;
        flex-direction: column;
    }

    .dataset-banner-excel{
        margin-top: 2rem;
    }

    .pie-bar{
        width: 95%;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
        .pie{
            width: 100%;
        }
        .bar-chart-1{
            width: 100%;
        }


    .bar-box{
        flex-direction: column;
    }
        .bar-char-2{
            width: 100%;
        }

        .box-chart{
            width: 100%;
        }

    .box-chart-2{
        width: 100%;
    }
        .bar-char-3{
            width: 100%;
        }
        .box-chart-2{
            width: 100%;
        }

        .div-map{
            width: 90%;
        }

    .fiscal-rules-legends{
        flex-direction: column;
    }

    .header-1-row img{
        margin: 0 1em;
    }
    .header-1-row p{
        margin: 0 0.5em;
    }
    .header-1-row div{
        margin: 0;
    }

    .main-logo{
        height: 50px;
        /* margin: 0 !important; */
    }
    /* .main-commands{
        margin: 0 !important;
    } */
    .main-commands img{
        width: 50px;
    }
    /* .main-commands p{
        margin: 0 !important;
    } */

    .panel-box-container{
        width: 90%;
    }

    .popup-1-container{
        width: 95%; height: 95%;
    }
    .selected::after{
        display: none;
    }
    .selected::before{
        display: none;
    }
    .tooltip{
        display: none !important;
    }

    #chart{
        display: none;
    }

    #chart-responsive{
        display: block;
    }

    .main-title{
        font-size: 30px !important;
        /* margin: 0 10px !important; */
    }
    /* .hub-header{
        height: auto;
    } */

    .hub-header h1{
        font-size: 35px;
    }
    .main-commands{
        margin: 0;
        flex-wrap: wrap;
    }
    .main-commands p{
        font-size: 12px;
    }
    /* p{

        margin: 0 10px;
    }

    .hub-header h1{
        font-size: 30px;
    } */

}


.scroller-countries{
    padding: 30px 20px;
    border-radius: 60px;
    background: linear-gradient(5deg, #60A4D7 4.01%, #063C64 95.9%);
    height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin: auto;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
}
.sc-title{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.sc-title > h1{
    font-weight: 900;
    font-size: 2.5rem;
    color: white;
    margin: 0;
    letter-spacing: 1px;
}
.sc-title > h3{
    font-weight: 500;
    color: white;
    margin: 0;
    font-size: 1rem;
}
.countries-container{
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    overflow: auto;
    padding-top: 50px;
    flex-wrap: wrap;
}
.countries-container > div{
    transition: all 0.5s ease;
    padding: 20px 20px 0px 20px;
    cursor: pointer;
    border-radius: 10px;
}
.countries-container > div:hover{
    background: rgba(1,1,1,0.1);
    transform: scale(1.01);
}
.countries-container > div > div{
    background-color: white;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.countries-container > div > div > img{
    width: 90px;
    height: 90px;
}
.countries-container > div > h4{
    font-weight: bold;
    font-size: 21px;
    color: white;
    text-align: center;
}

@media screen and (max-width: 600px){
    .scroller-countries{
        border-radius: 0;
        height: 450px;
        max-width: 100%;
    }
    .countries-container{
        flex-direction: column;
    }
}



.idea-box-container{
    max-width: 80%;
    margin: 0 auto 80px auto;
}
.idea-box-container > div{
    background: #EEF5FA;
    border-radius: 25px;
    padding: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.idea-box-container > div > i{
    color: rgb(251, 179, 0);
    font-size: 70px;
}
.idea-box-container > div > p{
    margin: 0 0 0 30px;
}
.chart-container{
    margin: 0px auto;
    max-width: 80%;
}
.chart-container > div{
    align-self: center;
}
.chart-container > .chart-footer{
    font-size: 16px;
    text-align: left;
}

@media screen and (max-width: 600px){
    .idea-box-container{
        max-width: 95%;
        padding: 50px 20px;
    }
    .idea-box-container > div{
        flex-wrap: wrap;
    }
    .idea-box-container > div > p{
        margin: 30px 0 0 0;
    }
    .chart-container{
        flex-wrap: wrap;
        max-width: 95%;
    }
}